home *** CD-ROM | disk | FTP | other *** search
- WoodApp = {
- ACTIONS = {"appWillInit:" = "appWillInit:"; };
- OUTLETS = {};
- SUPERCLASS = MultApp;
- };
- WindowForOOE = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = Window; };
- TreeView = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = View; };
- MultApp = {
- ACTIONS = {
- "app:" = "app:";
- "appDidInit:" = "appDidInit:";
- "appWillInit:" = "appWillInit:";
- "appWillTerminate:" = "appWillTerminate:";
- "mailToMe:" = "mailToMe:";
- "new:" = "new:";
- "open:" = "open:";
- "pageLayout:" = "pageLayout:";
- "print:" = "print:";
- "saveAll:" = "saveAll:";
- };
- OUTLETS = {
- infoController = infoController;
- inspectController = inspectController;
- pageMargin = pageMargin;
- plpAccessory = plpAccessory;
- prefController = prefController;
- };
- SUPERCLASS = Application;
- };
- MultDoc = {
- ACTIONS = {
- "changeLayout:" = "changeLayout:";
- "print:" = "print:";
- "revertToSaved:" = "revertToSaved:";
- "save:" = "save:";
- "saveAs:" = "saveAs:";
- "windowDidBecomeMain:" = "windowDidBecomeMain:";
- "windowWillClose:" = "windowWillClose:";
- "windowWillMiniaturize:" = "windowWillMiniaturize:";
- };
- OUTLETS = {printInfo = printInfo; window = window; };
- SUPERCLASS = Responder;
- };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- WoodDoc = {
- ACTIONS = {
- "add:" = "add:";
- "addFromFilter:" = "addFromFilter:";
- "editCell:" = "editCell:";
- "reactOnSelectCell:" = "reactOnSelectCell:";
- "saveTo:" = "saveTo:";
- "splitView:" = "splitView:";
- "toggleZip:" = "toggleZip:";
- "windowDidBecomeMain:" = "windowDidBecomeMain:";
- "windowWillClose:" = "windowWillClose:";
- "windowWillMiniaturize:" = "windowWillMiniaturize:";
- };
- OUTLETS = {
- doubleView = doubleView;
- lastSelectedNode = lastSelectedNode;
- nodeText = nodeText;
- printInfo = printInfo;
- scrollView = scrollView;
- textView = textView;
- tree = tree;
- treeView = treeView;
- window = window;
- };
- SUPERCLASS = MultDoc;
- };
-